home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / pc_board / pcbss30.zip / SS.CFG < prev    next >
Text File  |  1992-09-28  |  402b  |  15 lines

  1. ;
  2. ;---------------------------------------------------------------------------
  3. ; PCBSuperScript Configuration
  4. ;---------------------------------------------------------------------------
  5. ;
  6. if ssDefDir !defined
  7.  
  8.   FIELDS  ; Name,Type,Len,Prec,Min,Mask,Default Value
  9.     ssDefDir    C   48  0  0  "*"   @ss_path@ "def\"
  10.     ssLogDir    C   48  0  0  "*"   @ss_path@ "log\"
  11.   FIELDS
  12.  
  13. endif
  14.  
  15.